home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
syn.exe
/
0
/
RCDATA
/
TENCODINGDIALOG
/
TENCODINGDIALOG.txt
Wrap
Text File
|
2004-02-29
|
1KB
|
74 lines
object EncodingDialog: TEncodingDialog
Left = 394
Top = 223
BorderStyle = bsDialog
Caption = 'Character Encoding'
ClientHeight = 94
ClientWidth = 290
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 63
Height = 13
Caption = 'Convert &from:'
FocusControl = cboFrom
end
object Label2: TLabel
Left = 8
Top = 48
Width = 52
Height = 13
Caption = 'Convert &to:'
FocusControl = cboTo
end
object cboFrom: TComboBox
Left = 8
Top = 24
Width = 185
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object cboTo: TComboBox
Left = 8
Top = 64
Width = 185
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object btnCancel: TCorelButton
Left = 208
Top = 40
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object btnOK: TCorelButton
Left = 208
Top = 8
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
end